runtime.m.ditEnabled (field)
10 uses
runtime (current package)
cgocall.go#L451: ditStateM, ditStateG = gp.m.ditEnabled, gp.ditWanted
cgocall.go#L454: gp.m.ditEnabled = ditEnabled
cgocall.go#L478: gp.m.ditEnabled = ditStateM
dit.go#L16: g.m.ditEnabled = true
dit.go#L24: g.m.ditEnabled = false
proc.go#L3354: if gp.ditWanted && !mp.ditEnabled {
proc.go#L3358: mp.ditEnabled = true
proc.go#L3359: } else if !gp.ditWanted && mp.ditEnabled {
proc.go#L3366: mp.ditEnabled = false
runtime2.go#L678: ditEnabled bool // set if DIT is currently enabled on this M
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |